Fix interaction of GtkEntryCompletion with input methods. (#354495, Diego
authorMatthias Clasen <mclasen@redhat.com>
Wed, 4 Oct 2006 03:26:34 +0000 (03:26 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 4 Oct 2006 03:26:34 +0000 (03:26 +0000)
commitb46442a5a3ae38311b6c99db3dccb54a95595ffe
tree6e59daef62059b10d268dd63870b2543da695533
parent7e480bb4b8d0004cc23a9d3e28deb3297a37c1cf
Fix interaction of GtkEntryCompletion with input methods. (#354495, Diego

2006-10-03  Matthias Clasen  <mclasen@redhat.com>

        Fix interaction of GtkEntryCompletion with input
        methods.  (#354495, Diego Escalante Urrelo)

        * gtk/gtkentry.c (gtk_entry_completion_key_press): Only reset
        the im context if we actually handle the key event.

        * gtk/gtkentrycompletion.c: Also propagate key release events
        to the entry.
ChangeLog
gtk/gtkentry.c
gtk/gtkentrycompletion.c